home *** CD-ROM | disk | FTP | other *** search
/ Geek Games #12 / GEGA012.iso / eroticos / SpeedStripPoker.swf / scripts / DefineButton2_112 / BUTTONCONDACTION on(release, keyPress Space).as < prev   
Text File  |  2006-01-17  |  134b  |  9 lines

  1. on(release, keyPress "<Space>"){
  2.    tellTarget(sounds)
  3.    {
  4.       gotoAndStop("deal");
  5.       play();
  6.    }
  7.    dealnewhand();
  8. }
  9.